/* box-tit */
.box-tit
{
    text-align: center;
    padding: 60px 0 40px;
}
.box-tit h3
{
    font-size: 32px;
    color: #333;
    line-height: 32px;
    padding: 22px 0 28px;
    position: relative;
    background: url("../image/box-tit.png") no-repeat bottom;
    z-index: 999;
}

.box-tit h3 p
{
    font-size: 60px;
    color: #f0f0f0;
    line-height: 60px;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    z-index: -1;
    width: 100%;
}

/* search */
.search input
{
    outline: none;
    background: #cccccc;
    
}
.search .search-key
{
    width: 173px;
    height: 26px;
    border: 1px solid #999999;
    font-size: 14px;
    color: #999999;
    margin: 0;
    padding: 0;
    text-indent: 6px;
    vertical-align: middle;
}
.search .search-button 
{
    width: 26px;
    height: 26px;
    border: 1px solid #999;
    border-left: 1px solid transparent;
    cursor: pointer;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    background: url("../image/search.png") no-repeat center;
}

/* box-englich */
.box-englich
{margin-left: 18px;}
.box-englich a
{
    display: inline-block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #7f7f7f;
    color: #ffffff;
}
.box-englich a:last-child
{
    background-color: #1868cb;
}


/* about */
.about-box
{
    width: 660px;
    float: right;
}

.about-text
{
    margin-top: 12px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    height: 165px;
    overflow: hidden;
}

.about-bd
{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.about-bd li
{
    width: 195px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-icon
{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #2e76d0;
    line-height: 120px;
}
.about-bd h3
{
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    margin: 18px 0;
}

.about-bd p
{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

/* product */
.product
{
    margin-top: 60px;
    background: url("../image/pro-bg.png") no-repeat top center #f4f4f4;
    padding-bottom: 57px;
    z-index: -1;
}
.product .box-tit h3 p
{
    color: #dedede;
}
.pro-box li
{ 
    width: 285px;
    height: 320px;
    padding: 10px 10px 0;
    background-color: #fff;
    float: left;
    margin-right: 20px;
}
.pro-box li:nth-child(4n)
{
    margin-right: 0;
}

.pro-box li:nth-child(n+5)
{
    margin-top:20px;
}
.pro-img
{
    width: 265px;
    height: 228px;
    margin: 0 auto;
}

.pro-img img
{
    display: block;
}

.pro-box li p
{
    line-height: 16px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 30px;
}

.pro-more
{
    display: block;
    width: 180px;
    height: 42px;
    background-color: #1868cb;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    margin: 40px auto 0;
}

/* news */
.news
{

padding-bottom: 50px;
}

.news-l h3
{
    margin: 25px 0;
}
.news-l  span
{
    font-size: 14px;
    color: #999999;
}
.news-r
{
    width: 530px;
    height: 100px;
}

.news-r:nth-child(n+3)
{
    margin-top: 30px;
}

.news-text h3
{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    line-height: 18px;
}

.news-r h3
{
    margin: 13px 0 10px;
}
.news-text p
{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.news-r-text
{
   width: 404px;
   float: right; 
}

.news-num
{
    width: 100px;
    height: 100px;
    background-color: #0075c5;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    line-height: 36px;
    padding-top: 20px;
}

.news-num p
{
    font-size: 16px;
    line-height: 16px;
    margin-top: 17px;
    color: #fff;
}
.news-text:hover h3
{
    color: #e52534;
}
.news-text:hover .news-num
{
    background-color: #e52534;
}

/* footer */
.footer
{
    background-color: #333333;
    color: #f8f9fa;
    font-size: 16px;
    padding-bottom: 30px;
}
.foot-tit
{
    font-size: 24px;
    color: #f8f9fa;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 19px;
    background: url("../image/foot-tit.png") no-repeat bottom left;
    margin-bottom: 30px;
    line-height: 30px;
}


.foot-tel
{
    float: left;
    margin-right: 130px;
}

.foot-tel a
{
    margin-right:10px;
}

.foot-tit span
{
    font-size: 16px;
    font-weight: normal;
}
.foot-nav
{
    float: left;
    width: 260px;
}
.foot-nav-bd
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-nav-bd a
{
    width: 50%;
    display: block;
    line-height: 47px;
}
.foot-nav-bd a:nth-child(2n)
{
    text-align: right;
}

.foot-code
{
    width: 186px;
    float: right;
    margin-top: 38px;
}

.foot-code-img
{
    width: 100%;
    height: 184px;
    background: url("../image/foot-code-bg.png") no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-code-img img
{
    width: 144px;
    display: block;
}

.foot-code p
{
    text-align: center;
    margin-top: 8px;
}

.link
{
    background-color: #333333;
    line-height:50px;
    font-size: 14px;
    color: #f8f9fa;
    margin-bottom: 30px;
    border-bottom: 1px dotted #5d5959;
}

.link a
{
    margin-left: 10px;
}